x86/domain: move PV specific code to pv/domain.c
authorWei Liu <wei.liu2@citrix.com>
Mon, 24 Apr 2017 18:39:11 +0000 (19:39 +0100)
committerWei Liu <wei.liu2@citrix.com>
Wed, 7 Jun 2017 11:15:56 +0000 (12:15 +0100)
commit0d1198114c42ce92cb4b87f82c6aa293edf8a06f
tree1f0fefe35e8939ecb664bb1663b313929edc9cea
parent9621be12b49e3c9b33f6dc1380297259da5ebf07
x86/domain: move PV specific code to pv/domain.c

Move all the PV specific code along with the supporting code to
pv/domain.c.

This in turn requires exporting a few functions in header files. Create
pv/domain.h for that.

No functional change.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Reviewed-by: Jan Beulich <jbeulich@suse.com>
xen/arch/x86/domain.c
xen/arch/x86/pv/Makefile
xen/arch/x86/pv/domain.c [new file with mode: 0644]
xen/include/asm-x86/pv/domain.h [new file with mode: 0644]